Check gods logging in as others works. 🔼
I think that got broke some time ago, dunno if it's fixed now. if not, fix it.
reported=2019-06-02 23:16:32
reporter=onefang
priority=normal
category=Bug
severity=minor
resolution=no change required
2019-07-19 01:01:30 onefang: The functionality was added 26/11/10 5:34 AM by Melanie ee9aca9c5270e22407c3aa4aa96c76ca92f90bb9
"Add the ability for gods to impersonate users. For this, bit 6 needs to be set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password."
After a quick look, the code seems to be in there. Bit 6 means 64 in decimal.
OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs is the bulk of the code.
2019-07-19 02:44:18 onefang: It's working, no need to fix anything. Though I did change some debugs to infos.